Overload | Description |
---|---|
NotBeEquivalentTo(String,String,Object[]) | Asserts that a string is not exactly the same as another string, including any leading or trailing whitespace, with the exception of the casing. |
NotBeEquivalentTo(String,Func<EquivalencyOptions<String>,EquivalencyOptions<String>>,String,Object[]) | Asserts that a string is not exactly the same as another string, using the provided config. |